.navigation {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation .navigation-item {
  margin-right: 40px;
}
.navigation .navigation-item h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.navigation .navigation-item ul li {
  margin-bottom: 12px;
}
.navigation .navigation-item ul li a {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  line-height: 16px;
}
.navigation .navigation-item ul li a:hover {
  color: #fff;
}

.contact-we {
  padding-left: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #444444;
}
.contact-we h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.contact-we ul > li {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  height: 40px;
}
.contact-we ul > li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.contact-we ul > li i.icon-qq {
  background: url("../img/common/footer_qq_hov.png") no-repeat;
}
.contact-we ul > li i.icon-cooperation {
  background: url("../img/common/footer_cooperation_hov.png") no-repeat;
}
.contact-we ul > li i.icon-mail {
  background: url("../img/common/footer_email_hov.png") no-repeat;
}
.contact-we ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-we ul > li a:hover .icon-qq {
  background: url("../img/common/footer_qq.png") no-repeat;
}
.contact-we ul > li a:hover .icon-cooperation {
  background: url("../img/common/footer_cooperation.png") no-repeat;
}
.contact-we ul > li a:hover ol li {
  color: #fff;
}
.contact-we ul > li ol li {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.follow-we {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.follow-we h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.follow-we ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.follow-we ul li:not(:last-child) {
  margin-right: 44px;
}
.follow-we i {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.follow-we i.official {
  background: url("../img/common/official.png") no-repeat;
}
.follow-we i.welfare {
  background: url("../img/common/welfare.png") no-repeat;
}
.follow-we i.commercial {
  background: url("../img/common/commercial.png") no-repeat;
}
.follow-we p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 12px;
}

.keep-on-record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keep-on-record .keep-on-record-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
  line-height: 14px;
}
.keep-on-record .keep-on-record-link h4 {
  font-size: 14px;
  color: #fff;
}
.keep-on-record .keep-on-record-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.keep-on-record .keep-on-record-link ul li {
  padding-left: 18px;
}
.keep-on-record .keep-on-record-link ul li:not(:last-child) {
  padding-right: 18px;
  border-right: 1px solid #999;
}
.keep-on-record .keep-on-record-link ul li a {
  font-size: 14px;
  color: #999;
}
.keep-on-record .keep-on-record-link ul li a:hover {
  color: #fff;
}
.keep-on-record p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 4px;
}
.keep-on-record p a {
  font-size: 12px;
  color: #888888;
}
.keep-on-record p a:hover {
  color: #f60;
}

.footer {
  background: #262b36;
}
.footer .figure {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 63px;
  border-bottom: 1px solid #444444;
}
.footer .figure .division {
  width: 1px;
  height: 60px;
  background: #dddddd;
  margin-top: 106px;
}
